home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TFTPPROFILEMANAGERDIALOG / TFTPPROFILEMANAGERDIALOG.txt
Text File  |  2008-11-03  |  2KB  |  115 lines

  1. inherited FtpProfileManagerDialog: TFtpProfileManagerDialog
  2.   Left = 237
  3.   Top = 218
  4.   HelpType = htKeyword
  5.   HelpKeyword = 'Managing_FTP_Profiles'
  6.   BorderIcons = [biSystemMenu, biHelp]
  7.   Caption = 'FTP Profiles'
  8.   ClientHeight = 513
  9.   ClientWidth = 625
  10.   OnActivate = FormActivate
  11.   OnCreate = FormCreate
  12.   OnDestroy = FormDestroy
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object LB: TUiListBox
  17.     Left = 8
  18.     Top = 8
  19.     Width = 265
  20.     Height = 369
  21.     ItemHeight = 13
  22.     PopupMenu = ListPopup
  23.     TabOrder = 0
  24.     OnClick = LBClick
  25.   end
  26.   object NewBtn: TUiButton
  27.     Left = 8
  28.     Top = 384
  29.     Caption = '&New'
  30.     TabOrder = 1
  31.     OnClick = NewClick
  32.     AutoSize = asLeft
  33.   end
  34.   object DeleteBtn: TUiButton
  35.     Left = 88
  36.     Top = 384
  37.     Caption = '&Delete'
  38.     TabOrder = 2
  39.     OnClick = DeleteClick
  40.     AutoSize = asLeft
  41.   end
  42.   inline EditFrame: TFtpProfileFrame
  43.     Left = 288
  44.     Top = 8
  45.     Width = 329
  46.     Height = 426
  47.     TabOrder = 3
  48.   end
  49.   object EditSaveBtn: TUiButton
  50.     Left = 464
  51.     Top = 440
  52.     Caption = 'Save'
  53.     TabOrder = 4
  54.     OnClick = EditSaveClick
  55.     AutoSize = asRight
  56.   end
  57.   object EditCancelBtn: TUiButton
  58.     Left = 544
  59.     Top = 440
  60.     Caption = 'Cancel'
  61.     TabOrder = 5
  62.     OnClick = EditCancelClick
  63.     AutoSize = asRight
  64.   end
  65.   object BottomPanel: TUiPanel
  66.     Left = 0
  67.     Top = 468
  68.     Width = 625
  69.     Height = 45
  70.     Align = alBottom
  71.     BevelOuter = bvNone
  72.     TabOrder = 6
  73.     object BottomBevel1: TUiBevel
  74.       Left = 0
  75.       Top = 7
  76.       Width = 625
  77.       Height = 3
  78.       Align = alTop
  79.       Shape = bsTopLine
  80.     end
  81.     object BottomBevel2: TUiBevel
  82.       Left = 0
  83.       Top = 0
  84.       Width = 625
  85.       Height = 7
  86.       Align = alTop
  87.       Shape = bsSpacer
  88.     end
  89.     object CloseBtn: TUiButton
  90.       Left = 544
  91.       Top = 16
  92.       Cancel = True
  93.       Caption = 'Close'
  94.       Default = True
  95.       ModalResult = 2
  96.       TabOrder = 0
  97.       AutoSize = asRight
  98.     end
  99.   end
  100.   object ListPopup: TUiPopupMenu
  101.     Left = 9
  102.     Top = 8
  103.     object NewItem: TUiMenuItem
  104.       Caption = 'New'
  105.       ShortCut = 45
  106.       OnClick = NewClick
  107.     end
  108.     object DeleteItem: TUiMenuItem
  109.       Caption = 'Delete'
  110.       ShortCut = 46
  111.       OnClick = DeleteClick
  112.     end
  113.   end
  114. end
  115.